net/http.transferReader.Body (field)
9 uses
net/http (current package)
transfer.go#L442: Body io.ReadCloser
transfer.go#L559: t.Body = NoBody
transfer.go#L561: t.Body = &body{src: internal.NewChunkedReader(r), hdr: msg, r: r, closing: t.Close}
transfer.go#L564: t.Body = NoBody
transfer.go#L566: t.Body = &body{src: io.LimitReader(r, realLength), closing: t.Close}
transfer.go#L571: t.Body = &body{src: r, closing: t.Close}
transfer.go#L574: t.Body = NoBody
transfer.go#L581: rr.Body = t.Body
transfer.go#L589: rr.Body = t.Body
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)